home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMSGSRCVIEW / TMSGSRCVIEW.txt
Text File  |  2004-10-12  |  3KB  |  131 lines

  1. object MsgSrcView: TMsgSrcView
  2.   Left = 382
  3.   Top = 196
  4.   Width = 533
  5.   Height = 344
  6.   Caption = 'View Message Source'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = True
  15.   Position = poDefaultPosOnly
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object MainMenu1: TMainMenu
  24.     Left = 80
  25.     Top = 40
  26.     object mFileMenu: TMenuItem
  27.       Caption = '&File'
  28.       object mSave: TMenuItem
  29.         Caption = '&Save as...'
  30.         ShortCut = 16467
  31.         OnClick = mSaveClick
  32.       end
  33.       object mPrint: TMenuItem
  34.         Caption = '&Print...'
  35.         ShortCut = 16464
  36.         OnClick = mPrintClick
  37.       end
  38.       object N3: TMenuItem
  39.         Caption = '-'
  40.       end
  41.       object mCloseEsc: TMenuItem
  42.         Caption = 'Close'
  43.         ShortCut = 27
  44.         OnClick = mCloseEscClick
  45.       end
  46.       object mCloseF9: TMenuItem
  47.         Caption = 'Close'
  48.         ShortCut = 120
  49.         Visible = False
  50.         OnClick = mCloseEscClick
  51.       end
  52.     end
  53.     object mEditMenu: TMenuItem
  54.       Caption = '&Edit'
  55.       OnClick = mEditMenuClick
  56.       object mCopy: TMenuItem
  57.         Caption = '&Copy'
  58.         ShortCut = 16451
  59.         OnClick = mCopyClick
  60.       end
  61.       object mCopyStd: TMenuItem
  62.         Caption = '&Copy'
  63.         ShortCut = 16429
  64.         Visible = False
  65.         OnClick = mCopyClick
  66.       end
  67.       object N5: TMenuItem
  68.         Caption = '-'
  69.       end
  70.       object Search1: TMenuItem
  71.         Caption = '&Find...'
  72.         ShortCut = 16454
  73.         OnClick = Findtext1Click
  74.       end
  75.       object Findnext1: TMenuItem
  76.         Caption = 'Find &next'
  77.         ShortCut = 114
  78.         OnClick = Findnext1Click
  79.       end
  80.       object N2: TMenuItem
  81.         Caption = '-'
  82.       end
  83.       object mSelectAll: TMenuItem
  84.         Caption = 'Select &All'
  85.         ShortCut = 16449
  86.         OnClick = mSelectAllClick
  87.       end
  88.     end
  89.     object pViewMenu: TMenuItem
  90.       Caption = '&View'
  91.       OnClick = pViewMenuClick
  92.       object mRemember: TMenuItem
  93.         Caption = '&Remember position'
  94.         OnClick = mRememberClick
  95.       end
  96.       object N1: TMenuItem
  97.         Caption = '-'
  98.       end
  99.       object mPrefs: TMenuItem
  100.         Caption = 'P&references'
  101.         OnClick = mPrefsClick
  102.       end
  103.     end
  104.   end
  105.   object dPrint: TPrintDialog
  106.     Options = [poPageNums]
  107.     Left = 24
  108.     Top = 40
  109.   end
  110.   object pMenu: TPopupMenu
  111.     OnPopup = pMenuPopup
  112.     Left = 240
  113.     Top = 88
  114.     object Copy1: TMenuItem
  115.       Caption = '&Copy'
  116.       OnClick = mCopyClick
  117.     end
  118.     object Findtext1: TMenuItem
  119.       Caption = '&Find...'
  120.       OnClick = Findtext1Click
  121.     end
  122.     object N4: TMenuItem
  123.       Caption = '-'
  124.     end
  125.     object Selectall1: TMenuItem
  126.       Caption = 'Select &all'
  127.       OnClick = mSelectAllClick
  128.     end
  129.   end
  130. end
  131.